home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3mpcopy.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_MPCOPY_H = 1;
- include("real/code/r3matprp.js")
-
-
- var R3CLID_MPCOPY = 496;
-
-
-
-
-
-
-
- R3MPCOPYA_Remap1 = 496500;
- function SetR3MPCOPYA_Remap1(value) {
- R3Set(this.r3obj, R3MPCOPYA_Remap1, value, R3TID_INTEGER, 0);
- }
-
- function GetR3MPCOPYA_Remap1() {
- return R3Get(this.r3obj, R3MPCOPYA_Remap1, R3TID_INTEGER, 0);
- }
-
- R3MPCOPYA_Remap2 = 496501;
- function SetR3MPCOPYA_Remap2(value) {
- R3Set(this.r3obj, R3MPCOPYA_Remap2, value, R3TID_INTEGER, 0);
- }
-
- function GetR3MPCOPYA_Remap2() {
- return R3Get(this.r3obj, R3MPCOPYA_Remap2, R3TID_INTEGER, 0);
- }
-
- R3MPCOPYA_Remap3 = 496502;
- function SetR3MPCOPYA_Remap3(value) {
- R3Set(this.r3obj, R3MPCOPYA_Remap3, value, R3TID_INTEGER, 0);
- }
-
- function GetR3MPCOPYA_Remap3() {
- return R3Get(this.r3obj, R3MPCOPYA_Remap3, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Mpcopy () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_MPCOPY, arguments);
- }
- // Methods
-
- // Attributes
- this.GetRemap1=GetR3MPCOPYA_Remap1;
- this.SetRemap1=SetR3MPCOPYA_Remap1;
- this.GetRemap2=GetR3MPCOPYA_Remap2;
- this.SetRemap2=SetR3MPCOPYA_Remap2;
- this.GetRemap3=GetR3MPCOPYA_Remap3;
- this.SetRemap3=SetR3MPCOPYA_Remap3;
- }
-
- r3Mpcopy.prototype=new r3Matprop;
- // r3mpcopy.h_H